
*{
    margin: 0;
    border: 0;
    outline: 0;
}
#notice a{
    text-decoration: none;
    font-size: 16px;
    color: #1a5787;
}
#notice a:hover {
    color: #3784c2;
    cursor: pointer;
}
#notice {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: -9999999px;
    height: 160px;
    width: 256px;
    background: url(20200314.jpg);
    background-size:100% 100%;
    box-shadow: 0 0 15px 0 rgba(9, 41, 77, .15);
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    padding: 10px 20px 20px 25px;
    line-height: 1;
    border: 1px #E7E7E7 solid;
}

#notice.visible {
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
}

#notice .height-app {
    height: 250px;
}

#notice .btn-close {
    position: absolute;
    right: 10px;
    top: -25px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #727475;
    font-size: 18px;
    background: url(pCBg20200314_03.png) no-repeat;

}


#notice .btn-wrapper {
    height: 30px;
    text-align: right;
    padding-top: 14px;
    padding-left: 20px;
    font-size: 12px;
    color: #4293f4;
    letter-spacing: 0;
    line-height: 16px
}
.btn-disabled {
    /* cursor: not-allowed; */
    /* pointer-events: none; */
    color: #b7b7b7!important;
}
.btn-prev {
    cursor: pointer;
}
.btn-next {
    cursor: pointer;
}
#notice .btn-wrapper a {
    display: inline-block;
    font-size: 14px;
}
.notice-link-app a {font-size: 14px!important;}
#notice .btn-wrapper .btn-next {
    margin-left: 1rem
}

#notice .content {
    position: relative
}

#notice .notice-item {
    height: 109px;
    overflow: hidden;
    display: none
}

#notice .notice-item.active {
    display: block
}

#notice .app {
    height: auto;
    overflow: hidden;
    display: none
}

#notice .app.active {
    display: block
}

#notice .notice-img {
    width: 9px;
    height: 11px;
    float: left
}

#notice .notice-img img {
    width: 9px;
    height: 11px;
}

#notice .notice-img-app {
    width: 250px;
    margin-bottom: 10px;
}

#notice .notice-img-app img {
    width: 250px;
    height: 140px;
}

#notice .notice-title {
    overflow: hidden;
    font-size: 16px;
    color: #1a5787;
    line-height: 24px;
}

#notice .notice-title a {
    color: #1a5787
}

#notice .title-imgstyle {
    width: 148px;
    margin-left: 14px
}

#notice .notice-content {
    margin-top: 10px;
    overflow: hidden;
    font-size: 13px;
    color: #45484b;
    letter-spacing: 0;
    line-height: 22px;
}

#notice .notice-link {
    bottom: -30px;
    left: 0px;
    position: absolute
}

#notice .notice-link-app {
    bottom: -30px;
    left: 0px;
    position: absolute;
}

#notice .content-imgstyle {
    float: left;
    width: 148px;
    margin-top: 9px;
    margin-left: 14px;
}

#notice .disabled {
    display: none
}
/*
@media screen and (max-width: 767px) {
    #notice {
        display: none !important
    }
}
*/